AssetWise CONNECT Edition Implementation Guide

Adding a Grid Column

Follow these steps to add a column to a grid.
Note: Any custom edits to grids.json will most likely be erased with each deployment.
  1. Using the gridId, browse to select the grid to modify.
  2. Locate the grid's gridColumns property.
  3. Add a JSON object with the necessary column properties. For example:
    {
      "field": "Name",
      "title": "$DISPLAY_LABEL",
      "intrinsic": true,
      "width": 250,
      "order": 30
    }
    Warning: Confirm that the syntax is correct, especially with respect to extra or missing commas. Stray or missing commas cause invalid JSON, which in turn causes ALIM to fail in the web browser.
  4. Save grids.json.